home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Demos Are Forever / Amiga CD-Sensation - Ausgabe 1 - Demos Are Forever (1996)(GTI - Schatztruhe)(DE)[!].iso / Big Bunch / C / Cycle / Itchy & Scratchy 2 / Itchy & Scratchy #2 < prev    next >
Text File  |  2000-12-31  |  1KB  |  42 lines

  1. IF EXISTS IS_KK.09
  2.    IF EXISTS ENV:sys/palette.prefs
  3.       copy ENV:sys/palette.prefs ram:I&STemp.2
  4.       copy IS_KK.12 ENV:sys/palette.prefs
  5.    ENDIF
  6.    IS_KK.14 -o IS_KK.15
  7.    IS_KK.11 BRIGHT
  8.    IF EXISTS c:cpu
  9.       cpu >NIL: nocache
  10.    ELSE
  11.       IS_KK.13
  12.    ENDIF
  13.    IS_KK.02 IS_KK.01
  14.    IS_KK.11 DIM
  15.    IF EXISTS c:cpu
  16.       cpu >NIL: cache
  17.    ELSE
  18.       IS_KK.13
  19.    ENDIF
  20.    IF EXISTS ram:I&STemp.2
  21.       copy ram:I&STemp.2 ENV:sys/palette.prefs
  22.    ENDIF
  23.    QUIT
  24. ELSE
  25.    echo "WARNING: Can't find all Itchy and Scratchy data files."
  26.    echo " "
  27.    assign >NIL: exists "Itchy & Scratchy II:"
  28.    IF WARN
  29.       echo "Insert the Itchy & Scratchy disk, then double click this icon"
  30.       ask "to copy the data files."
  31.    ELSE
  32.       echo "Found ITCHY & SCRATCHY II disk in drive."
  33.       echo "Copying files from floppy..."
  34.       IF NOT EXISTS LIBS:powerpacker.library
  35.          copy "Itchy & Scratchy II:powerpacker.library" ""
  36.       ENDIF
  37.       copy "Itchy & Scratchy II:IS_KK.#?" "" COM
  38.       echo " "
  39.       ask "Now close this window and try again."
  40.    ENDIF
  41. ENDIF
  42.